home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-16 | 1.1 KB | 43 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: Binding.k
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef BINDING_K
- #define BINDING_K
-
- // Kind
- #define kODFHelloKind "+//ISO 9070/ANSI::113722::US::CI LABS::Apple:ODFExamples:Kind:ODFHello"
-
- // Class ID
- #define kODFHelloEditor "ODFExamples::ODFHello"
-
- // Editor User String
- #define kODFHelloEditorUserString "ODFHello R1"
-
- // Kind User String
- #define kODFHelloKindUserString "ODFHello"
-
- // Hello OSType
- #define kODFHelloOSType 'DFHD'
-
- // PlatformType
- #define kTEXTOSType 'TEXT'
- #define kDragKindUserString1 "Text file"
- #define kDragKindUserString2 "Text data"
-
- // NMAP constants
- #define kKindCategoryMapId 128
- #define kEditorKindMapId kKindCategoryMapId+1
- #define kEditorUserStringMapId kEditorKindMapId+1
- #define kKindUserStringMapId kEditorUserStringMapId+1
- #define kOldMacOSTypeMapId kKindUserStringMapId+1
- #define kEditorPlatformKinds kOldMacOSTypeMapId + 1
-
- #endif
-
-